home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000059_news@newsmaster….columbia.edu _Tue Dec 29 09:49:22 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA16353
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 29 Dec 1998 09:49:21 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA02099
  7.     for kermit.misc@watsun; Tue, 29 Dec 1998 09:49:20 -0500 (EST)
  8. Path: news.columbia.edu!not-for-mail
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: telnet disconnects
  12. Date: 29 Dec 1998 09:46:37 -0500
  13. Organization: Columbia University
  14. Lines: 21
  15. Message-ID: <76aq0d$ff2@watsun.cc.columbia.edu>
  16. References: <765q0e$34l$1@samba.rahul.net> <7661fk$93u$1@apakabar.cc.columbia.edu> <76623n$9ep$1@apakabar.cc.columbia.edu> <Pine.OSF.4.05.9812291426300.19263-100000@ties.itu.ch>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9692
  19.  
  20. In article <Pine.OSF.4.05.9812291426300.19263-100000@ties.itu.ch>,
  21. arthur marsh  <marsh@ties.itu.int> wrote:
  22. : On 27 Dec 1998, Jeffrey Altman wrote:
  23. : > The most frequest cause of this kind of disconnect are network errors.
  24. : > If the TCP/IP stack generates a "Connection Reset" error Kermit disconnects
  25. : > from the host.  This is because the state of the connection is unknown.
  26. : > A "Connection Reset" error is generated because an unrecoverable loss of
  27. : > data has occurred.  A TCP connection is defined as being reliable and
  28. : > lossless.  Any loss of data MUST be treated as fatal.
  29. : > 
  30. : > Take a debug.log and when the connection breaks, look for ECONRESET,
  31. : > ENETRESET, ECONNABORTED, ENOTCONN, or "Unknown Error".  These are the 
  32. : > error types that will result in a disconnect.
  33. : Could these disconnect reasons be included with the telnet disconnect
  34. : message?
  35. It's on our list.
  36.  
  37. - Frank